Upgrade React from f0dfee38-20260529 to 43bcbf80-20260603#94440
Merged
Conversation
Contributor
Tests PassedCommit: 7fb736a |
Contributor
Stats cancelledCommit: 7fb736a |
546fe9e to
c5c5d64
Compare
…task abort will be observed We now assume the first task is the sync abort task. We have to track if it is cleared in a microtask b/c later onError might observe it when the abort finishes. I added a test for the unsupported microtask case. We should better support this but currently it is only asserting current behavior.
The assertion was trying to veirfy no /ssg-page-2 chunk was prefetched but on this particular build the ssg-page chunks's name starts with ssg-page-<hash starting with 2> and it collides. upates the assertion to generate the real chunk name
gnoff
approved these changes
Jun 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
diff facebook/react@f0dfee38...43bcbf80
React upstream changes
enableActivityfacebook/react#36603